home *** CD-ROM | disk | FTP | other *** search
/ Leonardo Da Vinci / Leonardo da Vinci (Corbis).iso / ldv31.ini < prev    next >
INI File  |  1996-10-07  |  14KB  |  325 lines

  1.  
  2. ; -----------------------------------------------------------------------------------
  3. ; LDV31.INI file for Leonardo da Vinci projector, made with Director 5.0 for Windows.
  4. ; -----------------------------------------------------------------------------------
  5.  
  6. ; All of the settings shown here are commented-out in the original version 
  7. ; of the file.  To change a setting, you must remove the comment 
  8. ; character (";") at the beginning of the setting's line.
  9.  
  10. ; The values shown for each setting in the original file are Director's 
  11. ; internal defaults.  The default value for a setting is used when it 
  12. ; isn't explicitly set in the .INI file or when no .INI file exists.  
  13. ; Since these defaults are already stored internally in the Director 
  14. ; application and projectors, it is *not* necessary to distribute this 
  15. ; file with your movie unless you change one or more of the settings.
  16.  
  17. ; For use with projectors, you must name your .INI file "<ProjectorName>.INI"
  18. ; rather than "DIRECTOR.INI" and place the file in the same directory as
  19. ; your projector executable. 
  20.  
  21.  
  22. [Memory]
  23. ExtraMemory=700
  24. ;ExtraMemory=400
  25. ; Amount of kBytes over and above physical memory for use by a projector.
  26. ; ExtraMemory represents a chunk of memory that Director subtracts from the
  27. ; available physical RAM when it calculates the freebytes. The objective is
  28. ; to leave some RAM free to run Windows, Quicktime, etc -- most things except
  29. ; for loading castmembers and running the offscreen buffer.
  30. ; You can play around with the setting for ExtraMemory. The default in DFW
  31. ; is 400, but I found that Zero works better for some projects because it
  32. ; gives you 400K more RAM for castmembers. If you're running Quicktime or
  33. ; trying to leave room for RAM tasks outside of Director, you may have to
  34. ; raise this number to keep Director from using all of physical memory.
  35. ; If ExtraMemory is set too low, you may not have enough RAM to run scripts,
  36. ; Quicktime, etc., which could lead to big slowdowns. If ExtraMemory is set
  37. ; too high, you won't have enough memory to load castmembers. I would start
  38. ; with a setting between 0 and 500, but test this thoroughly with the
  39. ; specific Director title to make sure it doesn't create any out-of-memory
  40. ; problems.
  41.  
  42.  
  43. HeadRoomNegative=0
  44. ; HeadRoomNegative is an undocumented setting. Setting it to Zero tells
  45. ; Director to subtract the RAM allotted to "ExtraMemory" from the available RAM
  46.  
  47. ;SwapFileMeg=0
  48. ; Amount of megabytes of SwapFile space to enable during authoring.
  49. ; Default is to allow swapfile space of up to 1/2 of the available 
  50. ; physical RAM.
  51.  
  52.  
  53.  
  54. [Graphics]
  55. ;Wing=0
  56. ;Wing=1
  57. ; 0: Do not use WinG graphics accelerator.
  58. ; 1: Use WinG graphics accelerator software. This requires
  59. ;    certain system files to be installed. Projector size and memory 
  60. ;    usage may increase. See the documentation for details.       
  61.  
  62.  
  63.  
  64. [Palette]
  65. ;Animation=1
  66. ; 1: allows director to take control of the palette for fast palette effects
  67. ;    and transitions.
  68. ; 0: prevents director from taking control of the palette so other apps,
  69. ;    wallpaper etc. look better but palette effects and transitions will
  70. ;    be slower.
  71.  
  72.  
  73.  
  74. ; Global Sound Settings ------------------------------------------------
  75.  
  76. [Sound]
  77. ; Settings in the [Sound] section apply to all sound cards.
  78.  
  79. ;SpoolBufferAlloc=0 
  80. ; When to allocate spool buffers
  81. ; 0 means allocate/deallocate dynamically, when sound starts/stops.
  82. ; 1 means allocate spool once at startup and keep for entire session.
  83.  
  84. LowSpoolBufferMs=4000
  85. ;LowSpoolBufferMs=2500
  86. ; Length of one 8bit spool buffer, in milliseconds.
  87.  
  88. HighSpoolBufferMs=0
  89. ;HighSpoolBufferMs=1500
  90. ; Length of one 16-bit spool buffer, in milliseconds.
  91.  
  92. ;SpoolBufferCount=4
  93. ; Number of spool buffers to use. Must range from 2 to 10.
  94.  
  95. MixMaxChannels=2
  96. ;MixMaxChannels=4
  97. ; Maximum number of channels supported by the sound mixer. The actual
  98. ; number you can mix depends on the processing power of your computer.
  99. ; Must range from 1 to 8.
  100.  
  101. ;MixWaveDevice=0 
  102. ; DeviceID of waveOut device to use for playing.
  103. ; Must range from 0 to (# of devices - 1).
  104.  
  105. ;SoundLevel0=0                  ; waveOut volume of lingo soundLevel = 0
  106. ;SoundLevel1=24770              ; waveOut volume of lingo soundLevel = 1
  107. ;SoundLevel2=35030              ; waveOut volume of lingo soundLevel = 2
  108. ;SoundLevel3=42903              ; waveOut volume of lingo soundLevel = 3
  109. ;SoundLevel4=49540              ; waveOut volume of lingo soundLevel = 4
  110. ;SoundLevel5=55388              ; waveOut volume of lingo soundLevel = 5
  111. ;SoundLevel6=60674              ; waveOut volume of lingo soundLevel = 6
  112. ;SoundLevel7=65535              ; waveOut volume of lingo soundLevel = 7
  113.  
  114. MixMaxFidelity=0
  115. ;MixMaxFidelity=99
  116. ; Sets a limit on the fidelity of sound output. For best performance, use
  117. ; the default setting of 99 (switch on-the-fly), or choose the lowest value
  118. ; possible of the three fixed sound formats (0, 1, 2):
  119. ;  0  = 22.05k samples/sec, 8-bit, mono
  120. ;  1  = 22.05k samples/sec, 8-bit, stereo
  121. ;  2  = 44.1k samples/sec, 16-bit, stereo
  122. ;  99 = Switch formats on-the-fly.  The first sound in a run of overlapping
  123. ;       sounds determines the format for that run.  The format used is the
  124. ;       lowest of the three output formats (0,1,2 above) which is as close
  125. ;       as possible in fidelity to the sound to be played, while still being
  126. ;       supported by the installed sound card. 
  127.  
  128. ; Default Sound Settings -----------------------------------------------
  129.  
  130. [Low Mono Default Sound]
  131. ; Settings in the [Low Mono Default Sound] section apply when the target
  132. ; output format is 22K, 8-bit, mono.  The target output format depends
  133. ; on the capabilities of the sound card as well as the setting of
  134. ; MixMaxFidelity.   These settings are used when the installed sound card
  135. ; is not known to Director and is not specified explicitly in the
  136. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  137. ; Override sections will override these values for specific sound cards,
  138. ; or for all sound cards, respectively.
  139.  
  140. ;MixBufferMs=200
  141. ; Length of each mixing buffer, in milliseconds.
  142.  
  143. ;MixBufferBytes=0
  144. ; Length of each mixing buffer, in bytes.  Setting this value to non-0,
  145. ; along with setting MixBufferMs=0, lets you specify the buffer size in 
  146. ; bytes rather than milliseconds.
  147.  
  148. ;MixBufferCount=4
  149. ; Number of mixing buffers to use. Must range from 2 to 16.
  150. ; Setting this below 4 may cause single audio streams to break up.
  151.  
  152. ;MixServiceMode=0
  153. ; 0 means use timer interrupts to drive mixer. Interrupt settings will be
  154. ;         applied from MixIntPeriodMs and MixIntResolutionMs.
  155. ; 1 means use polling to drive mixer. This may cause sound to drop out when
  156. ;         CPU cycles are being hogged by other tasks, disk accesses, etc.
  157. ; 2 means use the waveOut buffer-completion callback to drive mixer.  If
  158. ;         this mode is set, it is best to use MixBufferBytes to specify a
  159. ;         fixed buffer size which is a multiple of 1024.  This mode is not 
  160. ;         supported by all sound cards.
  161.  
  162. ;MixIntPeriodMs=200
  163. ; Interrupt period, in milliseconds. Only used when MixServiceMode is zero.
  164.  
  165. ;MixIntResolutionMs=50
  166. ; Interrupt resolution, in milliseconds. Only used when MixServiceMode is zero.
  167.  
  168.  
  169. [Low Default Sound]
  170. ; Settings in the [Low Default Sound] section apply when the target
  171. ; output format is 22K, 8-bit, stereo.  The target output format depends
  172. ; on the capabilities of the sound card as well as the setting of
  173. ; MixMaxFidelity.   These settings are used when the installed sound card
  174. ; is not known to Director and is not specified explicitly in the
  175. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  176. ; Override sections will override these values for specific sound cards,
  177. ; or for all sound cards, respectively.
  178.  
  179. ;MixBufferMs=200
  180. ;MixBufferBytes=0
  181. ;MixBufferCount=4
  182. ;MixServiceMode=0
  183. ;MixIntPeriodMs=200
  184. ;MixIntResolutionMs=50
  185.  
  186.  
  187. [High Default Sound]
  188. ; Settings in the [High Default Sound] section apply when the target
  189. ; output format is 44K, 16-bit, stereo.  The target output format depends
  190. ; on the capabilities of the sound card as well as the setting of
  191. ; MixMaxFidelity.   These settings are used when the installed sound card
  192. ; is not known to Director and is not specified explicitly in the
  193. ; the <SoundCardName> sections.  Settings in the <SoundCardName> or
  194. ; Override sections will override these values for specific sound cards,
  195. ; or for all sound cards, respectively.
  196. ;MixBufferMs=200
  197. ;MixBufferBytes=0
  198. ;MixBufferCount=4
  199. ;MixServiceMode=0
  200. ;MixIntPeriodMs=200
  201. ;MixIntResolutionMs=50
  202.  
  203.  
  204.  
  205. ; Sound Card-Specific Settings -----------------------------------------
  206.  
  207. ;[Low Mono <SoundCardName>]
  208. ; Settings in this section apply when the target output format is
  209. ; 22K 8-bit mono, and you're using a particular sound card.  The target
  210. ; output format depends on the capabilities of the sound card, as well
  211. ; as the setting of MixMaxFidelity.  You can have any number of these 
  212. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  213. ; with the actual name of the sound card you want to set defaults for.  
  214. ; To find the name of your card, launch the Sound Mapper application, 
  215. ; and look in the Playback field.  Director maintains a built-in table
  216. ; of settings for many popular sound cards.  Settings in this section take 
  217. ; precedence over Director's built-in settings.
  218. ;MixBufferMs=200
  219. ;MixBufferCount=4
  220. ;MixBufferBytes=0
  221. ;MixServiceMode=0
  222. ;MixIntPeriodMs=200
  223. ;MixIntResolutionMs=50
  224.  
  225.  
  226. [Low <SoundCardName>]
  227. ; Settings in this section apply when the target output format is
  228. ; 22K 8-bit stereo, and you're using a particular sound card.  The target
  229. ; output format depends on the capabilities of the sound card, as well
  230. ; as the setting of MixMaxFidelity.  You can have any number of these 
  231. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  232. ; with the actual name of the sound card you want to set defaults for.  
  233. ; To find the name of your card, launch the Sound Mapper application, 
  234. ; and look in the Playback field.  Director maintains a built-in table
  235. ; of settings for many popular sound cards.  Settings in this section take 
  236. ; precedence over Director's built-in settings.
  237. ;MixBufferMs=200
  238. ;MixBufferCount=4
  239. ;MixBufferBytes=0
  240. ;MixServiceMode=0
  241. ;MixIntPeriodMs=200
  242. ;MixIntResolutionMs=50
  243.  
  244.  
  245. ;[High <SoundCardName>]
  246. ; Settings in this section apply when the target output format is
  247. ; 44K 16-bit stereo, and you're using a particular sound card.  The target
  248. ; output format depends on the capabilities of the sound card, as well
  249. ; as the setting of MixMaxFidelity.  You can have any number of these 
  250. ; sections. Replace "<SoundCardName>" (including the angled brackets) 
  251. ; with the actual name of the sound card you want to set defaults for.  
  252. ; To find the name of your card, launch the Sound Mapper application, 
  253. ; and look in the Playback field.  Director maintains a built-in table
  254. ; of settings for many popular sound cards.  Settings in this section take 
  255. ; precedence over Director's built-in settings.
  256. ;MixBufferMs=200
  257. ;MixBufferBytes=0
  258. ;MixBufferCount=4
  259. ;MixServiceMode=0
  260. ;MixIntPeriodMs=200
  261. ;MixIntResolutionMs=50
  262.  
  263.  
  264.  
  265. ; Sound Override Settings ----------------------------------------------
  266.  
  267. [Low Mono Override]
  268. ; Settings in the [Low Mono Override] apply when the target output format
  269. ; is 22K 8-bit mono.  The target output format depends on the capabilities
  270. ; of the sound card, as well as the setting of MixMaxFidelity.
  271. ; These settings will override Director's internal settings, any defaults
  272. ; specified in the Default Sound sections, as well as settings for specific 
  273. ; cards.  Change these settings only if you want to force Director to use
  274. ; certain values regardless of the sound card installed in the computer.
  275. ; It is not recommended that you modify these settings for movies which
  276. ; you are going to distribute, as they will override Director's internal
  277. ; settings which are already optimized for various sound cards.
  278. ;MixBufferMs=200
  279. ;MixBufferBytes=0
  280. ;MixBufferCount=4
  281. ;MixServiceMode=0
  282. ;MixIntPeriodMs=200
  283. ;MixIntResolutionMs=50
  284.  
  285. [Low Override]
  286. ; Settings in the [Low Override] apply when the target output format
  287. ; is 22K 8-bit stereo.  The target output format depends on the capabilities
  288. ; of the sound card, as well as the setting of MixMaxFidelity.
  289. ; These settings will override Director's internal settings, any defaults
  290. ; specified in the Default Sound sections, as well as settings for specific 
  291. ; cards.  Change these settings only if you want to force Director to use
  292. ; certain values regardless of the sound card installed in the computer.
  293. ; It is not recommended that you modify these settings for movies which
  294. ; you are going to distribute, as they will override Director's internal
  295. ; settings which are already optimized for various sound cards.
  296. ;MixBufferMs=200
  297. ;MixBufferBytes=0
  298. ;MixBufferCount=4
  299. ;MixServiceMode=0
  300. ;MixIntPeriodMs=200
  301. ;MixIntResolutionMs=50
  302.  
  303.  
  304. [High Override]
  305. ; Settings in the [High Override] apply when the target output format
  306. ; is 44K 16-bit stereo.  The target output format depends on the capabilities
  307. ; of the sound card, as well as the setting of MixMaxFidelity.
  308. ; These settings will override Director's internal settings, any defaults
  309. ; specified in the Default Sound sections, as well as settings for specific 
  310. ; cards.  Change these settings only if you want to force Director to use
  311. ; certain values regardless of the sound card installed in the computer.
  312. ; It is not recommended that you modify these settings for movies which
  313. ; you are going to distribute, as they will override Director's internal
  314. ; settings which are already optimized for various sound cards.
  315. ;MixBufferMs=200
  316. ;MixBufferBytes=0
  317. ;MixBufferCount=4
  318. ;MixServiceMode=0
  319. ;MixIntPeriodMs=200
  320. ;MixIntResolutionMs=50
  321.  
  322.